(0) Obligation:
Runtime Complexity TRS:
The TRS R consists of the following rules:
f(a) → b
f(c) → d
f(g(x, y)) → g(f(x), f(y))
f(h(x, y)) → g(h(y, f(x)), h(x, f(y)))
g(x, x) → h(e, x)
Rewrite Strategy: INNERMOST
(1) CpxTrsToCdtProof (BOTH BOUNDS(ID, ID) transformation)
Converted CpxTRS to CDT
(2) Obligation:
Complexity Dependency Tuples Problem
Rules:
f(a) → b
f(c) → d
f(g(z0, z1)) → g(f(z0), f(z1))
f(h(z0, z1)) → g(h(z1, f(z0)), h(z0, f(z1)))
g(z0, z0) → h(e, z0)
Tuples:
F(g(z0, z1)) → c3(G(f(z0), f(z1)), F(z0), F(z1))
F(h(z0, z1)) → c4(G(h(z1, f(z0)), h(z0, f(z1))), F(z0), F(z1))
S tuples:
F(g(z0, z1)) → c3(G(f(z0), f(z1)), F(z0), F(z1))
F(h(z0, z1)) → c4(G(h(z1, f(z0)), h(z0, f(z1))), F(z0), F(z1))
K tuples:none
Defined Rule Symbols:
f, g
Defined Pair Symbols:
F
Compound Symbols:
c3, c4
(3) CdtGraphRemoveTrailingProof (BOTH BOUNDS(ID, ID) transformation)
Removed 2 trailing tuple parts
(4) Obligation:
Complexity Dependency Tuples Problem
Rules:
f(a) → b
f(c) → d
f(g(z0, z1)) → g(f(z0), f(z1))
f(h(z0, z1)) → g(h(z1, f(z0)), h(z0, f(z1)))
g(z0, z0) → h(e, z0)
Tuples:
F(g(z0, z1)) → c3(F(z0), F(z1))
F(h(z0, z1)) → c4(F(z0), F(z1))
S tuples:
F(g(z0, z1)) → c3(F(z0), F(z1))
F(h(z0, z1)) → c4(F(z0), F(z1))
K tuples:none
Defined Rule Symbols:
f, g
Defined Pair Symbols:
F
Compound Symbols:
c3, c4
(5) CdtPolyRedPairProof (UPPER BOUND (ADD(O(n^1))) transformation)
Found a reduction pair which oriented the following tuples strictly. Hence they can be removed from S.
F(g(z0, z1)) → c3(F(z0), F(z1))
F(h(z0, z1)) → c4(F(z0), F(z1))
We considered the (Usable) Rules:none
And the Tuples:
F(g(z0, z1)) → c3(F(z0), F(z1))
F(h(z0, z1)) → c4(F(z0), F(z1))
The order we found is given by the following interpretation:
Polynomial interpretation :
POL(F(x1)) = [3] + [5]x1
POL(c3(x1, x2)) = x1 + x2
POL(c4(x1, x2)) = x1 + x2
POL(g(x1, x2)) = [3] + [4]x1 + [5]x2
POL(h(x1, x2)) = [5] + x1 + x2
(6) Obligation:
Complexity Dependency Tuples Problem
Rules:
f(a) → b
f(c) → d
f(g(z0, z1)) → g(f(z0), f(z1))
f(h(z0, z1)) → g(h(z1, f(z0)), h(z0, f(z1)))
g(z0, z0) → h(e, z0)
Tuples:
F(g(z0, z1)) → c3(F(z0), F(z1))
F(h(z0, z1)) → c4(F(z0), F(z1))
S tuples:none
K tuples:
F(g(z0, z1)) → c3(F(z0), F(z1))
F(h(z0, z1)) → c4(F(z0), F(z1))
Defined Rule Symbols:
f, g
Defined Pair Symbols:
F
Compound Symbols:
c3, c4
(7) SIsEmptyProof (EQUIVALENT transformation)
The set S is empty
(8) BOUNDS(O(1), O(1))